Insert Label

Description

The Insert Label Action inserts a label in the list of actions. You can later use the Goto Label Action to jump to it. When used with conditions, this Action can be used to create a loop. This action should not be used for simple conditions. Action Scripting's built-in condition handling is much simpler and easier to use.

Procedure

  1. On the first page of the Script Genie enter the name of a label in the Label Name field. When a condition is TRUE (.T.), the execution of the Action Script will continue at (jump to) the label.

  2. Click Next >.

  3. Optionally modify the default comment which describes the action.

  4. Click Finish.

See Also